runtime.hchan.synctest (field)
9 uses
runtime (current package)
chan.go#L39: synctest bool // true if created in a synctest bubble
chan.go#L117: c.synctest = true
chan.go#L193: if c.synctest && getg().syncGroup == nil {
chan.go#L280: if c.synctest {
chan.go#L319: if c.synctest && sg.g.syncGroup != getg().syncGroup {
chan.go#L537: if c.synctest && getg().syncGroup == nil {
chan.go#L661: if c.synctest {
chan.go#L700: if c.synctest && sg.g.syncGroup != getg().syncGroup {
select.go#L179: if cas.c.synctest {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)